home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / tc2pat.com / PATTLIB.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-10-10  |  576 b   |  19 lines

  1. echo off
  2. echo 
  3. echo This batch file patches TLIB.EXE to fix a problem where line
  4. echo information is lost when creating a library.
  5. echo 
  6. echo Syntax:  PATTLIB [TLIB-Directory]
  7. echo Example: PATTLIB C:\TC\
  8. echo 
  9. echo If no parameter is specified for TLIB's directory,  TLIB.EXE in 
  10. echo the current directory is patched.  Note: If you specify a pathname,
  11. echo the last '\' is required.
  12. echo 
  13. echo PATCH.COM must be in the current directory or on your DOS exec path.
  14. echo 
  15. echo Hit any key to patch TLIB, ^C to exit
  16. echo 
  17. pause
  18. PATCH TLIB.DIF %1TLIB.EXE
  19.